Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@cloudflare/[email protected]
Minor Changes
#10048
dbdbb8cThanks @vicb! - pass the compatibility date and flags to the unenv preset#10078
5991a9cThanks @vicb! - add support for the native http modulesPatch Changes
687655fThanks @vicb! - bump unenv to 2.0.0-rc.19[email protected]
Patch Changes
#10081
defea6fThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10082
2f3f090Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10083
6d83a87Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#10085
99b8eabThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
[email protected]
Patch Changes
#10075
82a5b2eThanks @vicb! - fix the type of ForwardableEmailMessage#10058
f8f7352Thanks @edmundhung! - fix: service binding fetch over dev registry should work without host header#9968
2df1d06Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
@cloudflare/[email protected]
Patch Changes
82a5b2e,f8f7352,2df1d06]:@cloudflare/[email protected]
Patch Changes
#10048
dbdbb8cThanks @vicb! - pass the compatibility date and flags to the unenv preset#10096
687655fThanks @vicb! - bump unenv to 2.0.0-rc.19#10040
26ffa05Thanks @CarmenPopoviciu! - feat(vite-plugin): Add containers support invite previewAdds support for Cloudflare Containers in
vite preview. Please note that at the time of this PR a container image can only specify the path to aDockerfile. Support for registry links will be added in a later version.#10054
bc910f9Thanks @eltigerchino! - Addworkerto the default conditions for resolving packagesThis makes it consistent with the conditions used when bundling Worker code with Wrangler.
#10061
f8a80a8Thanks @emily-shen! - fix: properly set the socket path that the container engine is listening on.Previously, this was only picking up the value set in Wrangler config under
dev.containerEngine, but this value can also be set from env vars or automatically read from the current docker context.Updated dependencies [
82a5b2e,f8f7352,2df1d06,f8a80a8,dbdbb8c,5991a9c,687655f,755a249]:@cloudflare/[email protected]
Patch Changes
#10033
f467415Thanks @pombosilva! - Make vitest-pool-workers not break when a Workflow binding script_name matches its Worker nameUpdated dependencies [
82a5b2e,f8f7352,2df1d06,f8a80a8,dbdbb8c,687655f,755a249]:[email protected]
Patch Changes
#10061
f8a80a8Thanks @emily-shen! - feat(containers): try to automatically get the socket path that the container engine is listening on.Currently, if your container engine isn't set up to listen on
unix:///var/run/docker.sock(or isn't symlinked to that), then you have to manually set this via thedev.containerEnginefield in your Wrangler config, or via the env varsWRANGLER_DOCKER_HOST. This change means that we will try and get the socket of the current context automatically. This should reduce the occurrence of opaqueinternal errors thrown by the runtime when the daemon is not listening onunix:///var/run/docker.sock.In addition to
WRANGLER_DOCKER_HOST,DOCKER_HOSTcan now also be used to set the container engine socket address.#10048
dbdbb8cThanks @vicb! - pass the compatibility date and flags to the unenv preset#10096
687655fThanks @vicb! - bump unenv to 2.0.0-rc.19#9897
755a249Thanks @edmundhung! - fix: wrangler types should infer the types of the default worker entrypointUpdated dependencies [
82a5b2e,f8f7352,2df1d06,dbdbb8c,5991a9c,687655f]:@cloudflare/[email protected]
Patch Changes
#10061
f8a80a8Thanks @emily-shen! - feat(containers): try to automatically get the socket path that the container engine is listening on.Currently, if your container engine isn't set up to listen on
unix:///var/run/docker.sock(or isn't symlinked to that), then you have to manually set this via thedev.containerEnginefield in your Wrangler config, or via the env varsWRANGLER_DOCKER_HOST. This change means that we will try and get the socket of the current context automatically. This should reduce the occurrence of opaqueinternal errors thrown by the runtime when the daemon is not listening onunix:///var/run/docker.sock.In addition to
WRANGLER_DOCKER_HOST,DOCKER_HOSTcan now also be used to set the container engine socket address.